projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93a4812
)
(Fdescribe_buffer_bindings): Check that BUFFER is valid.
author
Juanma Barranquero
<lekktu@gmail.com>
Fri, 9 Mar 2007 17:31:12 +0000
(17:31 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Fri, 9 Mar 2007 17:31:12 +0000
(17:31 +0000)
src/keymap.c
patch
|
blob
|
history
diff --git
a/src/keymap.c
b/src/keymap.c
index dd126a9a8f3755f0cedbd3573aa0bf7256c14675..00a182f52f0fbe1a1f02c4d982d9707c0cdb3f04 100644
(file)
--- a/
src/keymap.c
+++ b/
src/keymap.c
@@
-2992,6
+2992,8
@@
Keyboard translations:\n\n\
You type Translation\n\
-------- -----------\n";
+ CHECK_BUFFER (buffer);
+
shadow = Qnil;
GCPRO1 (shadow);